home *** CD-ROM | disk | FTP | other *** search
- ; .k ""
- FailAt 20
-
- set bgcol0 "*e[40m"
- set bgcol2 "*e[42m"
- set boldON "*e[1m"
- set boldOFF "*e[22m"
-
- Echo "*N $bgcol2 Library Installation Script $bgcol0 *N"
-
- set libnam "arp.library"
- set libver "39.1"
- set libnamB "$boldON$libnam$boldOFF"
- set libverB "$boldON$libver$boldOFF"
-
- Version >NIL: LIBS:$libnam
-
- If NOT ERROR
- Echo " The following version of $libnamB is currently in LIBS: *N"
- Echo " " NOLINE
- Version LIBS:$libnam
- Else
- Echo "*N No existing $libnamB in LIBS: *N"
- EndIf
-
- Ask "*N Install $libnamB Version $libverB ?"
- If NOT WARN
- Echo "*N $bgcol2 $libnam NOT installed! $bgcol0"
- Skip END
- EndIf
-
- Copy Libs/$libnam LIBS:
- Echo "*N $bgcol2 $libnam V$libver copied to your LIBS: directory. $bgcol0"
-
- Lab END
-
- Echo "*N*N End of installation script. Click the Close Gadget.*N"
-
- unset libnam
- unset libver
- unset libnamB
- unset libverB
- unset bgcol0
- unset bgcol2
- unset boldON
- unset boldOFF
-
-